Skip to content

[add] document Markdown encoder support#39

Open
serhiipylypchuk1991 wants to merge 1 commit into
sp-next-v-2-1from
sp-next-v-SVAR-2919
Open

[add] document Markdown encoder support#39
serhiipylypchuk1991 wants to merge 1 commit into
sp-next-v-2-1from
sp-next-v-SVAR-2919

Conversation

@serhiipylypchuk1991
Copy link
Copy Markdown
Contributor

  • index.md: list Markdown alongside HTML and plain text in features and Supported formats; add example with richtext.markdown encoders and a note on the supported subset
  • get-value.md / set-value.md: include markdown in the encoder list and show richtext.markdown.toMarkdown / fromMarkdown usage

- index.md: list Markdown alongside HTML and plain text in features and Supported formats; add example with richtext.markdown encoders and a note on the supported subset
- get-value.md / set-value.md: include markdown in the encoder list and show richtext.markdown.toMarkdown / fromMarkdown usage
@serhiipylypchuk1991 serhiipylypchuk1991 self-assigned this May 21, 2026
Comment thread docs/index.md
~~~

:::note
Markdown support covers a limited subset of the syntax — common block and inline elements such as headings, paragraphs, line breaks, emphasis, blockquotes, lists, and links. Formatting that has no Markdown equivalent (font family, font size, colors, alignment, line height) is dropped on serialization.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add that markdown parser of Rich Text Editor doesn't provide support for nested structures (except bold inside italic). This means that combinations such as bold inside a link, italic inside a list, or multi-level lists will not render correctly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants